@charset "utf-8";    .selectbox{width:220px;margin:20px 7px 10px 7px;float:left;position:relative;}  .cartes{   background-color:#fff;   background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));   background-image:-webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);   background-image:-moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);   background-image:-o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);   background-image:-ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0);   background-image:linear-gradient(top, #eeeeee 0%, #ffffff 50%);      -webkit-border-radius:4px;   -moz-border-radius:4px;   border-radius:4px;      -moz-background-clip:padding;   -webkit-background-clip:padding-box;   background-clip:padding-box;      border:1px solid #aaa;display:block;overflow:hidden;position:relative;height:30px;line-height:30px;padding:0 0 0 7px;color:#444;cursor:pointer;  }  .listTxt{border:none;background:none;padding:0px;font-size:14px;padding:4px 0;width:88%;height:24px;line-height:24px;cursor:pointer; text-align: center;}  .listBtn{   border-left:1px solid #aaa;position:absolute;right:0;top:0;display:block;height:100%;width:18px;   z-index:999;   -webkit-border-radius:0 4px 4px 0;   -moz-border-radius:0 4px 4px 0;   border-radius:0 4px 4px 0;      -moz-background-clip:padding;   -webkit-background-clip:padding-box;   background-clip:padding-box;      background:#ccc;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));   background-image:-webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);   background-image:-moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);   background-image:-o-linear-gradient(bottom, #ccc 0%, #eee 60%);   background-image:-ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#eeeeee', GradientType = 0);   background-image:linear-gradient(top, #cccccc 0%, #eeeeee 60%);  }  .listBtn b{background:url('/static/images/selectbg.png') no-repeat 0 -3px;display:block;width:100%;height:100%;}  .lists{   background:#fff;border:1px solid #aaa;border-top:0;position:absolute;top:24px;left:0;display:none;width:220px;   z-index:999;   -webkit-box-shadow:0 4px 5px rgba(0, 0, 0, .15);   -moz-box-shadow:0 4px 5px rgba(0, 0, 0, .15);   -o-box-shadow:0 4px 5px rgba(0, 0, 0, .15);   box-shadow:0 4px 5px rgba(0, 0, 0, .15);      -webkit-border-radius:0 0 4px 4px;   -moz-border-radius:0 0 4px 4px;   border-radius:0 0 4px 4px;  }  .lists .list{margin:4px 0px 4px 0;padding:0 0 0 0;overflow-x:hidden;overflow-y:auto;max-height:120px;}  .lists li{padding-left:8px;cursor:pointer;font-size:12px;height:26px;line-height:26px;}  .lists li.cgray{background:#D21414;}  .lists li a{color:#5e5e5e;font-size:12px;}  .lists li.cgray a{color:#fff;}    .hover .lists{display:block;}  .hover .cartes{   border:1px solid #aaa;      -webkit-box-shadow:0 1px 0 #fff inset;   -moz-box-shadow:0 1px 0 #fff inset;   -o-box-shadow:0 1px 0 #fff inset;   box-shadow:0 1px 0 #fff inset;      background-color:#eee;   background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));   background-image:-webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);   background-image:-moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);   background-image:-o-linear-gradient(bottom, white 0%, #eeeeee 50%);   background-image:-ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);   filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );   background-image:linear-gradient(top, #ffffff 0%,#eeeeee 50%);      -webkit-border-bottom-left-radius :0;   -webkit-border-bottom-right-radius:0;   -moz-border-radius-bottomleft:0;   -moz-border-radius-bottomright:0;   border-bottom-left-radius:0;   border-bottom-right-radius:0;  }  .hover .listBtn{background:transparent;border-left:none;filter:none;}  .hover .listBtn b{background-position:-18px 1px;}